home *** CD-ROM | disk | FTP | other *** search
- * Boolean shapes - Subtracts a spherical hole from a cylinder and colors the
- * result a plastic green. The sphere was colored grey to indicate to REALIZE
- * that it is to be subtracted - otherwise an intersection of the two shapes
- * would result.
-
- global
- sky cloudy
- floor tiles
-
- insert before_textures begin_insert
- #include "rshapes.inc"
- end_insert
-
- block ELLIPS external Ellipsoid
- block DISK_Y external Disk_Y
-
- layer 0 intersection layer_texture color green
-